From: Keir Fraser Date: Tue, 6 Apr 2010 06:16:47 +0000 (+0100) Subject: Enable debug=y by default in the build. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12434 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=0273e627ed1c8d6ed3a3494b3b670192e15c56f3;p=xen.git Enable debug=y by default in the build. Signed-off-by: Keir Fraser --- diff --git a/Config.mk b/Config.mk index a94aceac4e..6d6fb78c48 100644 --- a/Config.mk +++ b/Config.mk @@ -1,7 +1,7 @@ # -*- mode: Makefile; -*- # A debug build of Xen and tools? -debug ?= n +debug ?= y XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \ -e s/i86pc/x86_32/ -e s/amd64/x86_64/)